home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
windows
/
comms
/
mlk104a.arj
/
COMPUSRV.MSL
< prev
next >
Wrap
Text File
|
1991-12-27
|
295b
|
18 lines
mprint "Compuserve Logon"
beep
rprint "^m"
waitfor "Host Name: "
pause 1
rprint "Compuserve^m"
waitfor "User ID: "
pause 1
rprint "72510,1766^m"
waitfor "Password: "
pause 1
input "Enter PassWord:",pass$ using suppress
rprint pass$
rprint "^m"
mprint "Logon Complete"
beep
end